Carbon


DisposePixMap

Header: Quickdraw.h Carbon status: Supported

Disposes a PixMap structure and its color table.

void DisposePixMap (
    PixMapHandle pm
);
Parameter descriptions
pm

A handle to the PixMap structure to be disposed of.

DISCUSSION

The CloseCPort function calls DisposePixMap.

Your application typically does not need to call this function. This function is also available as DisposPixMap.

If your application uses DisposePixMap, take care that it does not dispose of a PixMap structure whose color table is the same as the current device’s CLUT.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)